'Declaration
Public Function New( _ ByVal objectArray() As Object _ )
'Usage
Dim objectArray() As Object Dim instance As New ElasticVector(objectArray)
public ElasticVector( object[] objectArray )
public: ElasticVector( array<Object^>^ objectArray )
Parameters
- objectArray
- The array object to be used by the elastic vector.